﻿2026-06-21T09:43:46.7942132Z ##[group]Run actions/checkout@v5
2026-06-21T09:43:46.7942609Z with:
2026-06-21T09:43:46.7943007Z   repository: SaberMage/spt-core
2026-06-21T09:43:46.7947895Z   token: ***
2026-06-21T09:43:46.7948237Z   ssh-strict: true
2026-06-21T09:43:46.7948535Z   ssh-user: git
2026-06-21T09:43:46.7948832Z   persist-credentials: true
2026-06-21T09:43:46.7949177Z   clean: true
2026-06-21T09:43:46.7949476Z   sparse-checkout-cone-mode: true
2026-06-21T09:43:46.7949836Z   fetch-depth: 1
2026-06-21T09:43:46.7950188Z   fetch-tags: false
2026-06-21T09:43:46.7950487Z   show-progress: true
2026-06-21T09:43:46.7950809Z   lfs: false
2026-06-21T09:43:46.7951084Z   submodules: false
2026-06-21T09:43:46.7951383Z   set-safe-directory: true
2026-06-21T09:43:46.7951701Z env:
2026-06-21T09:43:46.7951987Z   SPT_REGISTRY_BUSY_TIMEOUT_MS: 30000
2026-06-21T09:43:46.7952346Z ##[endgroup]
2026-06-21T09:43:46.9931489Z Syncing repository: SaberMage/spt-core
2026-06-21T09:43:46.9932831Z ##[group]Getting Git version info
2026-06-21T09:43:46.9933467Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T09:43:47.0227217Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T09:43:47.0465401Z git version 2.43.0.windows.1
2026-06-21T09:43:47.0498980Z ##[endgroup]
2026-06-21T09:43:47.0507479Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\fd8f152a-0852-4b34-a659-d9351d669a76\.gitconfig'
2026-06-21T09:43:47.0523126Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\fd8f152a-0852-4b34-a659-d9351d669a76' before making global git config changes
2026-06-21T09:43:47.0524127Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T09:43:47.0528598Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T09:43:47.0799948Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-21T09:43:47.1007877Z https://github.com/SaberMage/spt-core
2026-06-21T09:43:47.1038163Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T09:43:47.1042658Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T09:43:47.1241041Z HEAD
2026-06-21T09:43:47.1490172Z ##[endgroup]
2026-06-21T09:43:47.1493715Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-21T09:43:47.5808868Z ##[group]Cleaning the repository
2026-06-21T09:43:47.5813287Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-21T09:43:49.6622089Z Removing target/
2026-06-21T09:43:49.6666429Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-21T09:43:49.7081162Z HEAD is now at 1cafc8a Merge 6a27b0b9a2658ec5039ce38b939c6bfdad2757fa into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T09:43:49.7107527Z ##[endgroup]
2026-06-21T09:43:49.7111367Z ##[group]Disabling automatic garbage collection
2026-06-21T09:43:49.7116125Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-21T09:43:49.7367141Z ##[endgroup]
2026-06-21T09:43:49.7367581Z ##[group]Setting up auth
2026-06-21T09:43:49.7376289Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T09:43:49.7601464Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T09:43:50.1352824Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T09:43:50.1601500Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T09:43:50.5425315Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T09:43:50.5659747Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T09:43:50.9293875Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-21T09:43:50.9551166Z ##[endgroup]
2026-06-21T09:43:50.9551722Z ##[group]Fetching the repository
2026-06-21T09:43:50.9558730Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1cafc8afb1ed6606350cab07e057989c02fea0c7:refs/remotes/pull/27/merge
2026-06-21T09:43:51.5716770Z ##[endgroup]
2026-06-21T09:43:51.5717205Z ##[group]Determining the checkout info
2026-06-21T09:43:51.5717822Z ##[endgroup]
2026-06-21T09:43:51.5723485Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-21T09:43:51.6005981Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-21T09:43:51.6247717Z ##[group]Checking out the ref
2026-06-21T09:43:51.6252494Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T09:43:51.6607862Z HEAD is now at 1cafc8a Merge 6a27b0b9a2658ec5039ce38b939c6bfdad2757fa into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T09:43:51.6636763Z ##[endgroup]
2026-06-21T09:43:51.6917490Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-21T09:43:51.7134547Z 1cafc8afb1ed6606350cab07e057989c02fea0c7
